Minor doc fix
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Sep 2018 02:35:26 +0000 (22:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 17 Sep 2018 03:07:00 +0000 (23:07 -0400)
Clarify some wording.

gtk/gtkfilterlistmodel.c

index 4703d66816740874fcb104a902c68bdb9348cc03..47def9656d8518ce95bf52d2967742e0626510dd 100644 (file)
@@ -33,7 +33,7 @@
  *
  * #GtkFilterListModel is a list model that filters a given other
  * listmodel.
- * It hides some elements from the other elements according to
+ * It hides some elements from the other model according to
  * criteria given by a #GtkFilterListModelFilterFunc.
  */